PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DView Class / setExternalName Method
The external name of the view, suitable for presentation in a user interface.
In This Topic
    setExternalName Method
    In This Topic
    Sets the external name of the view.
    Syntax
    public void setExternalName( 
       java.lang.String externalName
    )

    Parameters

    externalName
    The external name of the view, suitable for presentation in a user interface.
    Exceptions
    ExceptionDescription
    When externalName is null or empty.
    See Also